Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / LoadingItem Property

In This Topic
    LoadingItem Property
    In This Topic
    Gets or sets the callback that is called when the items are being loaded.
    Syntax
    'Declaration
     
    
    Public Property LoadingItem As EventHandler(Of ListViewItemStyleEventArgs)
    public EventHandler<ListViewItemStyleEventArgs> LoadingItem {get; set;}
    See Also